home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amoszine 8
/
Amoszine 8 (Disk 2 of 3).adf
/
AMON_Extension.lha
/
amon_extension
/
examples_asc
/
Keycode.asc
< prev
next >
Wrap
Text File
|
1995-07-24
|
584b
|
22 lines
' Program: To show key functions.
' Author: Paul Overy
' Date: 24/7/95
'
Screen Open 0,640,200,2,$8000 : Curs Off
'
Print "Esc quits"
Print "The Amos key commands will not work"
Print "with multitaking off, Amon however will."
Print Cdown$;"Multitaking is not turned off for this demo."
Repeat
'
'Amos needs to do this:-
A$=Inkey$
Print At(0,8);"Amos Scancode";Scancode;" "
Print "Amos Scancode clears itself after use, and its response is slow"
'
'with the Amon extension:-
Print At(0,11);"Amon Keycode ";Keycode;" "
'
Until Key Press(69)